go.pact.im/x/flaky.DebounceExecutor.c (field)

7 uses

	go.pact.im/x/flaky (current package)
		debounce.go#L30: 	c *clock.Clock
		debounce.go#L56: 		c:             d.c,
		debounce.go#L66: 	d.c = c
		debounce.go#L113: 		d.timer = d.c.Timer(d.w)
		debounce.go#L147: 		if d.c == nil {
		debounce.go#L148: 			d.c = clock.System()